﻿#event-banner {
    width: 100% !important;
    height: 402px;
    background-position: right;
    background-size: cover;
    background-repeat: repeat;
    box-sizing: border-box;
    background-color: #19181b;
    background-image: url("../Assets/Home/BG-Catering 1.png");
    padding-left: var(--side-margin) !important;
    padding-right: var(--side-margin) !important;
    /*Align items inside the event-banner to the vertical center and left*/
    margin: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    vertical-align: central;
}

    #event-banner * h1 {
        font-family: "Yeseva One", serif;
        font-size: 48px;
    }

.config-button {
    display: inline;
    width: 390px;
    height: 60px !important;
    text-align: center !important;
    justify-content: center;
    padding-left: 37px;
    margin: 0;
    margin-right: 2px;
    font-size: 16px;
    color: #989898;
    border-width: 0px;
    background-color: white;
}

#event-banner * p {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 22px;
}


@media (max-width: 999px) {
    #event-config {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        height: auto !important;

    }

    .config-button {
        width: 290px !important;
        align-content: center;
        margin: 10px;
    }
    .date-container {
        width: 280px !important;
        margin: 10px !important;
        transform: translateX(-16px);
    }
    
}
